-- background: 40736 from stack: in -- bmap block id: 41141 -- flags: 0000 -- background id: 0 -- name: 1.1.3 Title ----- HyperTalk script ----- on switch lock screen repeat with i = 1 to the number of bg btns set the hilite of bg btn i to false end repeat set the hilite of the target to true hide field "Objectives" hide field "Prerequisites" hide field "Summary" show fld (the short name of the target) end switch -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=18 top=1 right=38 bottom=442 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 24 -- style flags: 10240 -- line height: 32 -- part name: Title -- part 25 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=478 top=319 right=341 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 1238 / 1238 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp lock screen go prev unlock screen with scroll right end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=493 top=319 right=341 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 1237 / 1237 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp lock screen go next unlock screen with scroll left end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=482 top=294 right=320 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 1235 / 1235 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Last Menu -- part 28 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=176 right=205 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 162 / 162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp Help end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=480 top=143 right=172 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 1310 / 1310 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Student Services ----- HyperTalk script ----- on mousedown SSpopUp end mousedown on mouseup if the mouseloc is not within the rect of me then exit to hyperCard doSS end mouseup -- part 30 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=443 top=5 right=72 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Instant Reference ----- HyperTalk script ----- on mouseUp instantReference "1.1.3" end mouseUp -- part 33 (field) -- low flags: 81 -- high flags: 0001 -- rect: left=423 top=0 right=13 bottom=466 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: CardTitle -- part 35 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=208 right=234 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 1234 / 1234 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Lesson ----- HyperTalk script ----- on mouseUp lesson "1.1.3" end mouseUp